Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement p2p over public ip #2011

Merged
merged 1 commit into from
Aug 6, 2024
Merged

Conversation

derrix060
Copy link
Contributor

No description provided.

@derrix060 derrix060 force-pushed the mario/implement-p2p-over-public-ip branch 2 times, most recently from efef0b8 to 4706a8c Compare August 1, 2024 19:05
Copy link

codecov bot commented Aug 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 75.36%. Comparing base (cfc108b) to head (85a8187).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2011      +/-   ##
==========================================
- Coverage   75.45%   75.36%   -0.09%     
==========================================
  Files         100      100              
  Lines        8982     8983       +1     
==========================================
- Hits         6777     6770       -7     
- Misses       1602     1607       +5     
- Partials      603      606       +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@derrix060 derrix060 marked this pull request as ready for review August 5, 2024 13:26
@derrix060 derrix060 force-pushed the mario/implement-p2p-over-public-ip branch 2 times, most recently from 19ca1d9 to 1b6728d Compare August 5, 2024 13:27
.gitignore Outdated Show resolved Hide resolved
p2p/p2p.go Outdated Show resolved Hide resolved
By setting a public address, a machine will be able to gossip it's public
address.  That's not the best solution because it requires the nodes to
tell what's their public ip address, but it will be a temporary measure until
other alternatives are being explored.
@derrix060 derrix060 force-pushed the mario/implement-p2p-over-public-ip branch from e6a34b6 to 85a8187 Compare August 6, 2024 14:01
@derrix060 derrix060 enabled auto-merge (rebase) August 6, 2024 14:02
@derrix060 derrix060 merged commit d9938eb into main Aug 6, 2024
10 checks passed
@derrix060 derrix060 deleted the mario/implement-p2p-over-public-ip branch August 6, 2024 14:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants